diff options
author | Roland McGrath <roland@redhat.com> | 1992-12-20 22:58:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-12-20 22:58:53 +0000 |
commit | 11404035d10b18d818df75994d77481327d8bc6d (patch) | |
tree | b00188c3f435d264572041c9ae104c95565f92b4 | |
parent | 3cc78a1a0f847cf83fd173a564952d3b4947998e (diff) | |
download | gunmake-11404035d10b18d818df75994d77481327d8bc6d.tar.gz |
Formerly compatMakefile.~45~
-rw-r--r-- | compatMakefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index bd505e9..db17a28 100644 --- a/compatMakefile +++ b/compatMakefile @@ -33,7 +33,7 @@ LDFLAGS = -g # without complaint but produce losing code, # so beware. # NeXT 1.0a uses an old version of GCC, which required -D__inline=inline. -defines = @DEFS@ -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" +defines = -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" # If you are using the GNU C library, or have the GNU getopt functions in # your C library, you can comment these out. @@ -188,6 +188,13 @@ glob-clean glob-realclean: Makefile: config.status $(srcdir)/Makefile.in $(SHELL) config.status +config.h: config.status $(srcdir)/config.h.in + $(SHELL) config.status + +configure: configure.in + autoconf +config.h.in: configure.in + autohead # Automatically generated dependencies will be put at the end of the file. |