From 6d9d4c61e489ac38ddedbad101b40a479d1d4a99 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Fri, 22 Jan 2016 17:04:15 +0100 Subject: [PATCH] Smake: ensure that the "all" target is the first --- Smake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Smake b/Smake index b3833adfc1..5a11401aa9 100644 --- a/Smake +++ b/Smake @@ -1,5 +1,7 @@ # -*- makefile -*- +all: everything + # Adjust these to reflect where you've installed gnulib. GNULIB = ../gnulib GNULIB_TOOL = $(GNULIB)/gnulib-tool @@ -306,7 +308,7 @@ src/ui/gui/icons/actions/16x16/help-about.png ICONS=$(CATEGORY_ICONS) $(ACTION_ICONS) $(MIMETYPE_ICONS) $(APP_ICONS) $(MISC_ICONS) -all: prep_ph icons +everything: prep_ph icons $(MAKE) -f Smake Makefile.in configure icons: $(ICONS) src/ui/gui/icons/icon-names.c -- 2.30.2