changeset 196:77f263e5798b

Simplify package Makefiles, package all default package files, and remove the redundant Makefiles
author adb014
date Sun, 10 Sep 2006 21:18:55 +0000
parents 5ecfd5a60e67
children b671e03278f5
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 sinclude ../../Makeconf
 sinclude ../../pkg.mk
 
-PKG_FILES = $(patsubst %,image/%, COPYING DESCRIPTION INDEX \
-	$(wildcard devel/*) $(wildcard inst/*) $(wildcard src/*))
+PKG_FILES = COPYING DESCRIPTION INDEX $(wildcard devel/*) $(wildcard inst/*) \
+	$(wildcard src/*)