diff --git a/Makefile.in b/Makefile.in index e29203f00..3d3638aa5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -127,3 +127,6 @@ wsjt.spec: wsjt.py astro.py g.py options.py palettes.py smeter.py specjt.py clean: ${RM} -f *.o *.pyc *.so *~ JT65code wsjt6 (cd portaudio-v19;${MAKE} clean) +distclean: clean + ${RM} -f config.log config.status Makefile + (cd portaudio-v19;${MAKE} distclean) diff --git a/portaudio-v19/Makefile.in b/portaudio-v19/Makefile.in index ebd1c8cc6..d7a9d6c11 100644 --- a/portaudio-v19/Makefile.in +++ b/portaudio-v19/Makefile.in @@ -154,7 +154,7 @@ uninstall: $(MAKE) uninstall-recursive clean: - $(LIBTOOL) --mode=clean rm -f $(LTOBJS) $(ALL_TESTS) lib/$(PALIB) + rm -f $(LTOBJS) $(ALL_TESTS) lib/$(PALIB) rm -f bin-stamp lib-stamp -rm -rf bin lib