Add externs to avoid multiple definitions, and then add missing definitions.
[rrq/maintain_lilo.git] / Makefile
index f135b425091e4ecc53527952b8e0e805e3ce5f60..593ce11aa91255fa474d77c7c862d0fd8ceb5469 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,19 @@
 # -*- makefile -*-
 #
-# Copyright 2009-2013 Joachim Wiedorn
+# Copyright 2009-2015 Joachim Wiedorn
 # All rights reserved.
 # 
 # Licensed under the terms contained in the file 'COPYING'
 # in the source directory.
 #
 
+#
+# everything needed to run, just short of installation
+#
+all: test
+       make -C src all
+       make -C images all
+
 #
 #  make help
 #
@@ -33,13 +40,6 @@ help:
        @echo "  make distclean   # remove editor temps, & all of the above"
        @echo ""
 
-#
-# everything needed to run, just short of installation
-#
-all: test
-       $(MAKE) -C src all
-       $(MAKE) -C images all
-
 #
 # everything above plus the statically linked version
 #