summaryrefslogtreecommitdiff
path: root/lang/gambc/patches/patch-aa
blob: d4b641d9a86d67295210e1e24afa0a6b4c8c0755 (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
25
26
27
28
$NetBSD: patch-aa,v 1.1.1.1 2008/04/28 04:14:31 bjs Exp $

--- makefile.in.orig	2008-03-17 13:13:58.000000000 -0400
+++ makefile.in
@@ -56,7 +56,7 @@ includedir=$(includedir) libdir=$(libdir
 bindir=$(bindir) docdir=$(docdir) \
 infodir=$(infodir) emacsdir=$(emacsdir)
 
-SUBDIRS = include lib gsi gsc bin misc doc tests examples prebuilt
+SUBDIRS = include lib gsi gsc bin doc tests examples
 
 RCFILES = README INSTALL.txt LICENSE-2.0.txt LGPL.txt \
 makefile.in configure.ac config.guess config.sub install-sh mkidirs \
@@ -174,10 +174,10 @@ publish-release: fake_target
 install-pre:
 
 install-post: all
-	rm -f $(prefix)/current $(prefix)/current.lnk
-	if test "@bat@" = ""; then \
-	  (cd $(prefix) && $(LN_S) .$(PACKAGE_SUBDIR) current); \
-	fi
+#	rm -f $(prefix)/current $(prefix)/current.lnk
+#	if test "@bat@" = ""; then \
+#	  (cd $(prefix) && $(LN_S) .$(PACKAGE_SUBDIR) current); \
+#	fi
 
 uninstall-pre: