summaryrefslogtreecommitdiff
path: root/serverboot/Makefile
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-05-23 21:44:51 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-05-23 21:44:51 +0000
commita58c7cccf74c865a66a4d8a9c49629bab7fd912f (patch)
tree3a02f2d03adc84f056b1281fdc3acf664665cbb1 /serverboot/Makefile
parent6dfb85a075998483bdd93a189c3d7fd1d859dcec (diff)
2002-05-23 Marcus Brinkmann <marcus@gnu.org>
* Makefile: Fix last change properly, by relaxing the rule again and adding our source dir before the exec dir.
Diffstat (limited to 'serverboot/Makefile')
-rw-r--r--serverboot/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/serverboot/Makefile b/serverboot/Makefile
index 454b228f..653d5963 100644
--- a/serverboot/Makefile
+++ b/serverboot/Makefile
@@ -41,10 +41,7 @@ vpath boot_script.c $(srcdir)/../boot
vpath userland-boot.c $(srcdir)/../boot
# Look for zip stuff
-vpath unzip.c $(srcdir)/../exec
-vpath inflate.c $(srcdir)/../exec
-vpath util.c $(srcdir)/../exec
-vpath do-bunzip2.c $(srcdir)/../exec
+vpath %.c $(srcdir) $(srcdir)/../exec
# If SMALL_BZIP2 is defined, use relatively small memory.
# It's crucial for serverboot, because swap is not enabled yet.