Skip to content
Snippets Groups Projects
Commit e6177a67 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 2000-04-20 07:02:37 by simonpj]

wibble
parent 46a55650
No related merge requests found
......@@ -462,7 +462,7 @@ endef
# Extra stuff for compiling Haskell files with $(SplitObjs):
HC_SPLIT_PRE= \
$@ ; if [ ! -d $(basename $@) ]; then mkdir $(basename $@); else \
if [ ! -d $(basename $@) ]; then mkdir $(basename $@); else \
$(FIND) $(basename $@) -name '*.$(way_)o' -print | xargs $(RM) __rm_food ; fi
HC_SPLIT_POST = touch $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment