$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.