Fix for GNUmakefile and stupid cruft I forgot in there.

This commit is contained in:
Bruce Momjian 1998-10-17 02:36:13 +00:00
parent af8df21b7e
commit 2bb38b5e2d
2 changed files with 23 additions and 25 deletions

View File

@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.36 1998/10/16 17:00:42 momjian Exp $ # $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.37 1998/10/17 02:36:11 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
@ -68,44 +68,42 @@ clean:
$(MAKE) -C ../contrib/spi clean $(MAKE) -C ../contrib/spi clean
distclean: clean distclean: clean
rm -f Makefile.global \ # The second group of files comes from configure.in
rm -f
Makefile.port
config.cache \ config.cache \
config.status \ config.status \
config.log \ config.log \
GNUmakefile \
Makefile.global \
backend/port/Makefile \
bin/psql/Makefile \
bin/pgtclsh/mkMakefile.tcltkdefs.sh \
bin/pgtclsh/Makefile.tcltkdefs \
? pgsql/src/bin/pgtclsh/mkMakefile.tcldefs.sh
? pgsql/src/bin/pgtclsh/mkMakefile.tkdefs.sh.in
? pgsql/src/bin/pgtclsh/mkMakefile.tcldefs.sh.in
? pgsql/src/bin/pgtclsh/mkMakefile.tkdefs.sh
? pgsql/src/bin/pgtclsh/Makefile.tkdefs
? pgsql/src/bin/pgtclsh/Makefile.
bin/pg_dump/Makefile \
bin/pg_version/Makefile \
include/config.h \ include/config.h \
include/dynloader.h \ include/dynloader.h \
include/os.h \ include/os.h \
include/version.h \
backend/port/tas.s \ backend/port/tas.s \
backend/port/dynloader.c \ backend/port/dynloader.c \
backend/utils/Gen_fmgrtab.sh \ backend/utils/Gen_fmgrtab.sh \
interfaces/ecpg/lib/Makefile \ \
\
\
GNUmakefile \
Makefile.global \
backend/port/Makefile \
backend/catalog/genbki.sh \
backend/utils/Gen_fmgrtab.sh \
bin/pg_dump/Makefile \
bin/pg_version/Makefile \
bin/psql/Makefile \
bin/pgtclsh/mkMakefile.tcldefs.sh \
bin/pgtclsh/mkMakefile.tkdefs.sh \
include/version.h \
interfaces/libpq/Makefile \ interfaces/libpq/Makefile \
interfaces/ecpg/lib/Makefile \
interfaces/libpq++/Makefile \ interfaces/libpq++/Makefile \
interfaces/libpgtcl/Makefile \ interfaces/libpgtcl/Makefile \
interfaces/odbc/Makefile.global \
interfaces/odbc/GNUmakefile \ interfaces/odbc/GNUmakefile \
interfaces/odbc/Makefile.global \
interfaces/perl5/Makefile.PL \
pl/plpgsql/src/Makefile \ pl/plpgsql/src/Makefile \
pl/plpgsql/src/mklang.sql \ pl/plpgsql/src/mklang.sql \
pl/tcl/mkMakefile.tcldefs.sh \ pl/tcl/mkMakefile.tcldefs.sh
Makefile.port
.DEFAULT: .DEFAULT:
$(MAKE) -C lextest $@ $(MAKE) -C lextest $@

View File

@ -1,7 +1,7 @@
# Generated automatically from Makefile.PL.in by configure. # Generated automatically from Makefile.PL.in by configure.
#------------------------------------------------------- #-------------------------------------------------------
# #
# $Id: Makefile.PL,v 1.11 1998/10/16 17:00:44 momjian Exp $ # $Id: Makefile.PL,v 1.12 1998/10/17 02:36:13 momjian Exp $
# #
# Copyright (c) 1997, 1998 Edmund Mergl # Copyright (c) 1997, 1998 Edmund Mergl
# #