usr/src/lib/libnet/Makefile.sfw
changeset 10 612517e396e0
parent 0 b34509ac961f
--- a/usr/src/lib/libnet/Makefile.sfw	Fri Mar 05 22:27:24 2010 +0200
+++ b/usr/src/lib/libnet/Makefile.sfw	Thu Mar 18 16:36:00 2010 +0200
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 
@@ -71,7 +71,6 @@
 
 $(VER)/configure: $(VER).tar.gz
 	gzip -dc $(VER).tar.gz | tar xopf -
-	patch -N $(VER)/src/Makefile.am < makefile.am.patch
 	patch -N $(VER)/src/Makefile.in < makefile.in.patch
 	patch -N $(VER)/src/libnet_link_dlpi.c < libnet_link_dlpi.c.patch
 	touch $(VER)/configure
@@ -81,7 +80,6 @@
 	gzip -dc $(VER).tar.gz | (cd tmp; tar xopf -)
 	rm -rf $(VER64)
 	mv tmp/$(VER) $(VER64); rmdir tmp
-	patch -N $(VER64)/src/Makefile.am < makefile.am.patch
 	patch -N $(VER64)/src/Makefile.in < makefile.in.patch
 	patch -N $(VER64)/src/libnet_link_dlpi.c < libnet_link_dlpi.c.patch
 	touch $(VER64)/configure