summaryrefslogtreecommitdiff
path: root/serverboot/Makefile
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-05-23 17:40:40 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-05-23 17:40:40 +0000
commit76d66708aa1f1945e847cd060f673593fd3cc3c5 (patch)
treea33075f9c7511fd77e58844a7034e468e928a1ca /serverboot/Makefile
parent5612bf64b2c6de4a56cd3c159950309e1d7b1921 (diff)
2002-05-23 Marcus Brinkmann <marcus@gnu.org>
* Makefile: Fix last change, constraining vpath even further.
Diffstat (limited to 'serverboot/Makefile')
-rw-r--r--serverboot/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/serverboot/Makefile b/serverboot/Makefile
index 7f66f45a..454b228f 100644
--- a/serverboot/Makefile
+++ b/serverboot/Makefile
@@ -41,7 +41,11 @@ vpath boot_script.c $(srcdir)/../boot
vpath userland-boot.c $(srcdir)/../boot
# Look for zip stuff
-vpath %.c $(srcdir)/../exec
+vpath unzip.c $(srcdir)/../exec
+vpath inflate.c $(srcdir)/../exec
+vpath util.c $(srcdir)/../exec
+vpath do-bunzip2.c $(srcdir)/../exec
+
# If SMALL_BZIP2 is defined, use relatively small memory.
# It's crucial for serverboot, because swap is not enabled yet.
CPPFLAGS += -I$(srcdir)/../exec -DGZIP -DBZIP2 -DSMALL_BZIP2