X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=choosers%2FMakefile;h=31b10d09a48af693ffc21a26dd0820aa460c0768;hb=9778e9d6861cf28b5c26f91692c604181dad00c4;hp=7860cc84ed5ad9ac047759e124da01027cbee06a;hpb=9d0057854b72b5d2a1801d173dcf59ac7c04d874;p=debian%2Felilo diff --git a/choosers/Makefile b/choosers/Makefile index 7860cc8..31b10d0 100644 --- a/choosers/Makefile +++ b/choosers/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= @@ -48,11 +43,11 @@ TARGET=choosers.o all: $(TARGET) $(TARGET): check-choosers $(TOPDIR)/Make.defaults $(FILES) - $(LD) $(LD3264) -o $@ -r $(FILES) + $(LD) -o $@ -r $(FILES) clean: $(RM) -f $(TARGET) $(FILES) - + check-choosers: @if [ -n "$(FILES)" ]; then \ exit 0; \