From 825ad6f887dc27eff5f01fd557ff59fe77f3bdeb Mon Sep 17 00:00:00 2001 From: Karsten Keil Date: Fri, 18 Sep 2015 17:15:52 +0200 Subject: [PATCH] Add a dummy distdir and distclean targets in libgsmfr/Makefile --- libgsmfr/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libgsmfr/Makefile b/libgsmfr/Makefile index 0ddac90..697f3ef 100644 --- a/libgsmfr/Makefile +++ b/libgsmfr/Makefile @@ -429,6 +429,8 @@ clean: semi-clean $(TOAST) $(TCAT) $(UNTOAST) \ $(ROOT)/gsm-1.0.tar.Z +distclean: clean + @echo dummy distclean # Two tools that helped me generate gsm_encode.c and gsm_decode.c, # but aren't generally needed to port this. @@ -492,3 +494,6 @@ $(TST)/cod2txt: $(TST)/cod2txt.o $(LIBGSM) $(TST)/cod2lin: $(TST)/cod2lin.o $(LIBGSM) $(LD) $(LFLAGS) -o $(TST)/cod2lin \ $(TST)/cod2lin.o $(LIBGSM) $(LDLIB) + +distdir: + @echo dummy distdir -- 2.13.6