Skip to content
Snippets Groups Projects
Commit b54fefd3 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

It was not clever to remove import.make... But remove it in the distribution.

parent 169e5d2a
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,6 @@ clean:
$(RM) $(GENERIC-CLEAN)
$(RM) -r $(INCLUDEDIR)
$(RM) -r $(LIBDIR)
$(RM) $(SCRIPTDIR)/import.make
-for i in $(SUBDIRS); \
do \
[ -d $$i ] && { echo making clean in directory $$i; \
......@@ -53,6 +52,7 @@ distribution: clean
cp src/libraries/Makefile lyskom-$(SERVER-VER)/src/libraries/
cp -r doc lyskom-$(SERVER-VER)/doc
cp -r scripts lyskom-$(SERVER-VER)/scripts
$(RM) lyskom-$(SERVER-VER)/scripts/import.make
cp -r src/libraries/libansi lyskom-$(SERVER-VER)/src/libraries
cp -r src/libraries/libcommon lyskom-$(SERVER-VER)/src/libraries
cp -r src/libraries/libisc lyskom-$(SERVER-VER)/src/libraries
......@@ -78,3 +78,4 @@ end-msg:
$(INCLUDEDIR)/m-config.h:
@echo You must run Config before Build or make.
@exit 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment