summaryrefslogtreecommitdiff
path: root/devel/rudiments/patches/patch-aa
blob: 0342c0383cb8b17135622a2c9a4276a31d6c897e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.1.1.1 2004/04/15 10:32:33 grant Exp $

--- src/Makefile.orig	2003-05-08 13:13:13.000000000 +1000
+++ src/Makefile
@@ -187,9 +187,6 @@ endif
 
 .C.n.lo:
 	$(LIBTOOL) --mode=compile $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $< -o $@
-	if ( test "$(STRIP)" != "touch" ); then \
-		$(STRIP) -x -R .note -R .comment $@; \
-	fi
 
 .C.p.lo:
 	$(LIBTOOL) --mode=compile $(CXX) $(DEBUGCXXFLAGS) $(CPPFLAGS) -c $< -o $@