diff options
author | panne <unknown> | 2003-08-18 15:45:09 +0000 |
---|---|---|
committer | panne <unknown> | 2003-08-18 15:45:09 +0000 |
commit | e8b241ace9b6fde6c76cc46b5d32ef8439d690a4 (patch) | |
tree | d9455901ad20766289abb4ea1b4faa1271e8078c /glafp-utils/Makefile | |
parent | 81cb7610337b33508066dd400cd371ff6033c987 (diff) | |
download | haskell-e8b241ace9b6fde6c76cc46b5d32ef8439d690a4.tar.gz |
[project @ 2003-08-18 15:45:07 by panne]
Don't build ltx and sgmlverb, they are unused. With this change, the
test for flex/lex can be removed from the configuration process. The
make rules for flex/lex files are still in mk, but they could be moved
to glafp-utils/mk if someone feels the need for this.
Nuked ancient "msub" stuff and a CVS keyword on the way.
Diffstat (limited to 'glafp-utils/Makefile')
-rw-r--r-- | glafp-utils/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/glafp-utils/Makefile b/glafp-utils/Makefile index 3bc1baa9d8..3ce9eb5d77 100644 --- a/glafp-utils/Makefile +++ b/glafp-utils/Makefile @@ -11,10 +11,7 @@ include $(TOP)/mk/boilerplate.mk # We need to write mkdependC first (in that order), to be sure that # make depend will succeed in all the other directories. -# -# ToDo: remove msub for good -# -SUBDIRS = mkdependC ltx mkdirhier runstdtest sgmlverb docbook +SUBDIRS = mkdependC mkdirhier runstdtest docbook ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" SUBDIRS += lndir endif |