diff --git a/libpcap/Makefile.in b/libpcap/Makefile.in index 38e7bb1bc..7723396cb 100644 --- a/libpcap/Makefile.in +++ b/libpcap/Makefile.in @@ -711,8 +711,8 @@ uninstall-rpcapd: clean: rm -f $(CLEANFILES) - cd rpcapd; $(MAKE) clean - cd testprogs; $(MAKE) clean + cd rpcapd && $(MAKE) clean + cd testprogs && $(MAKE) clean distclean: clean rm -f Makefile config.cache config.log config.status \