Add a dummy distdir and distclean targets in libgsmfr/Makefile

This commit is contained in:
Karsten Keil 2015-09-18 17:15:52 +02:00
parent 6a007f2fde
commit 825ad6f887
1 changed files with 5 additions and 0 deletions

View File

@ -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