components/p7zip/Makefile
branchs11-update
changeset 2551 0391c5c3b137
parent 2434 6c9bb5cf5610
child 1394 5f86498eee95
child 3469 00a862088745
--- a/components/p7zip/Makefile	Fri Apr 05 07:47:58 2013 -0700
+++ b/components/p7zip/Makefile	Sat Apr 06 08:18:24 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -50,10 +50,8 @@
 $(BUILD_DIR)/%: $(SOURCE_DIR)/DOCS/%
 	$(CP) $< $@
 
-$(BUILD_DIR)/copying.txt: $(SOURCE_DIR)/DOCS/copying.txt gpl_disclaimer
-	$(CP) gpl_disclaimer $@
-	echo "================================================================================" >> $@
-	cat $(SOURCE_DIR)/DOCS/copying.txt >> $@
+$(BUILD_DIR)/copying.txt: $(SOURCE_DIR)/DOCS/copying.txt
+	$(CP) $(SOURCE_DIR)/DOCS/copying.txt $@
 
 # common targets
 build:		$(BUILD_32)