diff options
author | Roland McGrath <roland@redhat.com> | 1992-12-23 18:18:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-12-23 18:18:27 +0000 |
commit | 95614c2e7c5d776ad7e12182630f8d4506cbe902 (patch) | |
tree | 4b54e399fb1fe8133b3ca1d25a068e5b668d7510 /compatMakefile | |
parent | 37fb62e217c923369bd6324583fc90cced8976fe (diff) | |
download | gunmake-95614c2e7c5d776ad7e12182630f8d4506cbe902.tar.gz |
Formerly compatMakefile.~47~
Diffstat (limited to 'compatMakefile')
-rw-r--r-- | compatMakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compatMakefile b/compatMakefile index 1f8b4e9..28fc2b4 100644 --- a/compatMakefile +++ b/compatMakefile @@ -48,9 +48,9 @@ GETOPT_SRC = $(srcdir)/getopt.c $(srcdir)/getopt1.c $(srcdir)/getopt.h # functions in the AIX and HPUX C libraries are said to be buggy. GLOB = glob/libglob.a -# If your system doesn't have alloca, or the one provided is bad, -# get it from the Emacs distribution and define this. +# If your system doesn't have alloca, or the one provided is bad, define this. ALLOCA = @ALLOCA@ +ALLOCA_SRC = $(srcdir)/alloca.c # If your system needs extra libraries loaded in, define them here. # System V probably need -lPW for alloca. HP-UX 7.0's alloca in @@ -115,7 +115,7 @@ srcs = $(srcdir)/commands.c $(srcdir)/job.c $(srcdir)/dir.c \ $(srcdir)/ar.c $(srcdir)/arscan.c $(GETOPT_SRC) \ $(srcdir)/commands.h $(srcdir)/dep.h $(srcdir)/file.h \ $(srcdir)/job.h $(srcdir)/make.h $(srcdir)/rule.h \ - $(srcdir)/variable.h + $(srcdir)/variable.h $(ALLOCA_SRC) .SUFFIXES: |