Do not remove config.mk from top Makefile
authorFilippos Giannakos <philipgian@grnet.gr>
Fri, 7 Jun 2013 08:10:17 +0000 (11:10 +0300)
committerFilippos Giannakos <philipgian@grnet.gr>
Fri, 7 Jun 2013 08:10:17 +0000 (11:10 +0300)
Do not remove config.mk from top Makefile during clean action

Makefile

index 913be53..b77768a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ xseg:
 
 clean:
        make -C xseg clean
-       rm xseg/config.mk
+       #rm xseg/config.mk
 
 install:
        make -C xseg install