mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly compatMakefile.~45~
This commit is contained in:
parent
3cc78a1a0f
commit
11404035d1
1 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue