diff options
author | simonmar <unknown> | 1999-07-15 09:58:23 +0000 |
---|---|---|
committer | simonmar <unknown> | 1999-07-15 09:58:23 +0000 |
commit | 5c60f4ca21334fa8b6324423b70ae044e5ad5bf9 (patch) | |
tree | 8cbb276c7b60e92b56ff4fc7be4db8258a6be450 /distrib | |
parent | ff85f00f9861382e87a2969fc2a3e976f9c8d1eb (diff) | |
download | haskell-5c60f4ca21334fa8b6324423b70ae044e5ad5bf9.tar.gz |
[project @ 1999-07-15 09:58:23 by simonmar]
No more RAWCPP, thank you.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/Makefile-bin.in | 4 | ||||
-rw-r--r-- | distrib/configure-bin.in | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/distrib/Makefile-bin.in b/distrib/Makefile-bin.in index 9bdccf5cc0..73f69ebc26 100644 --- a/distrib/Makefile-bin.in +++ b/distrib/Makefile-bin.in @@ -86,7 +86,6 @@ LN_S = @LN_S@ CHMOD = chmod INSTALL = @INSTALL@ exeext = @exeext@ -RAWCPP = @RAWCPP@ SED = @SedCmd@ TMPDIR = /tmp @@ -137,7 +136,6 @@ config-pkgs :: echo '$$'"libexecdir='$(real_libdir)';" >> bin/$(platform)/$(package)-$(version)/$$i ; \ echo '$$'"datadir='$(real_datadir)';" >> bin/$(platform)/$(package)-$(version)/$$i ; \ echo '$$'"SED='$(SED)';" >> bin/$(platform)/$(package)-$(version)/$$i ; \ - echo '$$'"RAWCPP='$(RAWCPP)';" >> bin/$(platform)/$(package)-$(version)/$$i ; \ echo '$$'"TMPDIR='$(TMPDIR)';" >> bin/$(platform)/$(package)-$(version)/$$i ; \ cat bin/$(platform)/$(package)-$(version)/$$i.prl >> bin/$(platform)/$(package)-$(version)/$$i ; \ $(CHMOD) $(BIN_PERMS) bin/$(platform)/$(package)-$(version)/$$i; \ @@ -155,7 +153,6 @@ config-pkgs :: echo '$$'"libexecdir='$(real_libdir)';" >> lib/$(platform)/$(package)-$(version)/$$i ; \ echo '$$'"datadir='$(real_datadir)';" >> lib/$(platform)/$(package)-$(version)/$$i ; \ echo '$$'"SED='$(SED)';" >> lib/$(platform)/$(package)-$(version)/$$i ; \ - echo '$$'"RAWCPP='$(RAWCPP)';" >> lib/$(platform)/$(package)-$(version)/$$i ; \ echo '$$'"TMPDIR='$(TMPDIR)';" >> lib/$(platform)/$(package)-$(version)/$$i ; \ cat lib/$(platform)/$(package)-$(version)/$$i.prl >> lib/$(platform)/$(package)-$(version)/$$i; \ $(CHMOD) $(BIN_PERMS) lib/$(platform)/$(package)-$(version)/$$i; \ @@ -173,7 +170,6 @@ config-pkgs :: echo "libexecdir='$(real_libdir)'" >> bin/$(platform)/$(package)-$(version)/$$i ; \ echo "datadir='$(real_datadir)'" >> bin/$(platform)/$(package)-$(version)/$$i ; \ echo "SED='$(SED)'" >> bin/$(platform)/$(package)-$(version)/$$i ; \ - echo "RAWCPP='$(RAWCPP)'" >> bin/$(platform)/$(package)-$(version)/$$i ; \ echo "TMPDIR='$(TMPDIR)'" >> bin/$(platform)/$(package)-$(version)/$$i ; \ cat bin/$(platform)/$(package)-$(version)/$$i.sh >> bin/$(platform)/$(package)-$(version)/$$i; \ $(CHMOD) $(BIN_PERMS) bin/$(platform)/$(package)-$(version)/$$i; \ diff --git a/distrib/configure-bin.in b/distrib/configure-bin.in index 2b2672f6eb..ea64cadada 100644 --- a/distrib/configure-bin.in +++ b/distrib/configure-bin.in @@ -118,7 +118,6 @@ dnl ** How to invoke cpp directly ** AC_PROG_CC FPTOOLS_HAVE_GCC AC_PROG_CPP -FPTOOLS_PROG_GNUCPP # AC_OUTPUT(Makefile) |