Index: trunk/Makefile =================================================================== --- trunk/Makefile (revision 32132) +++ trunk/Makefile (revision 32133) @@ -31,6 +31,7 @@ cd src_3rd/liblihata && $(MAKE) clean ; true cd src_3rd/liblihata/genht && $(MAKE) clean ; true cd src_3rd/qparse && $(MAKE) clean ; true + cd src_3rd/libporty_net && $(MAKE) distclean ; true cd scconfig && $(MAKE) distclean ; true Index: trunk/src_3rd/libporty_net/Makefile =================================================================== --- trunk/src_3rd/libporty_net/Makefile (revision 32132) +++ trunk/src_3rd/libporty_net/Makefile (revision 32133) @@ -1,3 +1,5 @@ +ROOT=../.. + #CFLAGS = -Wall -O3 libportytcp4.o: libportytcp4.c libportytcp4.h @@ -5,4 +7,9 @@ libportytcp4.c libportytcp4.h: concat.sh ./concat.sh +include ../../Makefile.conf +clean: + +distclean: + $(SCCBOX) rm -f -q os_includes.h pnet_config.h phost_types.h \ No newline at end of file