X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=fs%2FMakefile;h=1829d967cee4edfd9b50389c58b82e14b4fd4b13;hb=refs%2Ftags%2Fdebian%2F3.12-3.1;hp=4c26f713ea9f4563b77916605c276eadb088ac94;hpb=9d0057854b72b5d2a1801d173dcf59ac7c04d874;p=debian%2Felilo diff --git a/fs/Makefile b/fs/Makefile index 4c26f71..1829d96 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -23,15 +23,10 @@ # to use this program. # -SRCDIR = . - -VPATH = $(SRCDIR) - -include $(SRCDIR)/../Make.defaults -include $(SRCDIR)/../Make.rules - -TOPDIR=$(SRCDIR)/.. +include ../Make.defaults +include ../Make.rules +TOPDIR=$(CDIR)/.. FILES= ifeq ($(CONFIG_localfs),y) @@ -60,7 +55,7 @@ all: $(TARGET) # without doing make clean. # $(TARGET): check-filesystems $(TOPDIR)/Make.defaults $(FILES) - $(LD) $(LD3264) -r -o $@ $(FILES) + $(LD) -r -o $@ $(FILES) clean: $(RM) -f $(TARGET) $(FILES)