summaryrefslogtreecommitdiff
path: root/devel/guile-oops/patches/patch-aa
blob: 13c89f843b2642fc07338b39e47c208f7c0bd8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-aa,v 1.2 2004/10/14 15:31:40 tv Exp $

--- Makefile.in.orig	2000-06-30 16:43:32.000000000 -0400
+++ Makefile.in
@@ -655,18 +655,11 @@ maintainer-clean-generic clean mostlycle
 
 install-exec-hook:
 	$(mkinstalldirs) $(goopsdatadir)
-	(. ./libgoopscore.la; \
-	 test -z "$$dlname" \
-	 || test ! -r $(libdir)/$$dlname \
-	 || (cd $(goopsdatadir) \
-	     && rm -f libgoopscore.la $$dlname \
-	     && $(LN_S) $(libdir)/libgoopscore.la \
-	     && $(LN_S) $(libdir)/$$dlname))
 
 dist-hook: goops.ps
 	cp -p $(top_builddir)/goops.ps $(distdir)
 .c.x:
-	$(SNARF) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ \
+	$(SNARF) $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) > $@ \
 	|| { rm $@; false; }
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.