Browse Source

(build.mk) fix suggested by sascha.

experimetnal/RETURN_REF_PATCH
Thies C. Arntzen 27 years ago
parent
commit
f961f0e976
  1. 2
      build.mk

2
build.mk

@ -57,7 +57,7 @@ cvsclean:
@for i in $(shell find . -follow -name .cvsignore); do \
(cd `dirname $$i` && rm -rf `cat .cvsignore`); \
done
@rm -f $(SUBDIRS)
@rm -f $(SUBDIRS) 2>/dev/null || true
acconfig.h: $(acconfig_h_SOURCES)
@echo rebuilding $@

Loading…
Cancel
Save