diff options
Diffstat (limited to 'x2p/Makefile.SH')
-rwxr-xr-x | x2p/Makefile.SH | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 725d92e6e9..bb26d4e5e4 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -26,8 +26,6 @@ cat >Makefile <<!GROK!THIS! CC = $cc BYACC = $byacc -mansrc = $mansrc -manext = $manext LDFLAGS = $ldflags SMALL = $small LARGE = $large $split @@ -52,6 +50,8 @@ util = sh = Makefile.SH cflags.SH find2perl.SH s2p.SH +addedbyconf = Makefile cflags find2perl s2p + h = EXTERN.h INTERN.h ../config.h handy.h hash.h a2p.h str.h util.h c = hash.c $(mallocsrc) str.c util.c walk.c @@ -94,7 +94,7 @@ clean: realclean: clean rm -f *.orig core $(addedbyconf) all malloc.c - rm -f Makefile cflags find2perl s2p makefile makefile.old + rm -f makefile makefile.old # The following lint has practically everything turned on. Unfortunately, # you have to wade through a lot of mumbo jumbo that can't be suppressed. |