summaryrefslogtreecommitdiff
path: root/lang/mercury/patches/patch-ab
blob: acbb9586e3a429032eea92bbe6d8b2293903266d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$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