20 lines
655 B
Text
20 lines
655 B
Text
|
$NetBSD: patch-ab,v 1.1.1.1 2001/05/15 21:09:55 jtb Exp $
|
||
|
|
||
|
--- Makefile.orig Mon May 14 17:49:40 2001
|
||
|
+++ Makefile
|
||
|
@@ -50,13 +50,12 @@
|
||
|
-rm -f library/library.nu* library/library.sicstus*
|
||
|
-rm -f library/sicstus_compile library/sicstus_saved_state
|
||
|
-rm -f util/mdemangle util/mkinit
|
||
|
- cd boehm_gc; $(MMAKE_SUBDIR) clean
|
||
|
|
||
|
.PHONY: distclean
|
||
|
distclean: clean
|
||
|
cd scripts; for file in *.in; do rm -f `basename $file .in`; done
|
||
|
-rm -f Mmake.common runtime/mercury_conf.h
|
||
|
- -rm -f boehm_gc/mercury_boehm_gc_conf.h bindist/bindist.build_vars
|
||
|
+ -rm -f bindist/bindist.build_vars
|
||
|
-rm -f config.cache config.status config.log
|
||
|
|
||
|
.PHONY: maintainer-clean
|