projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25e76c9
)
Smake: ensure that the "all" target is the first
author
John Darrington
<john@darrington.wattle.id.au>
Fri, 22 Jan 2016 16:04:15 +0000
(17:04 +0100)
committer
John Darrington
<john@darrington.wattle.id.au>
Fri, 22 Jan 2016 16:04:15 +0000
(17:04 +0100)
Smake
patch
|
blob
|
history
diff --git
a/Smake
b/Smake
index b3833adfc1e87cfe949c404b018d2505691478d1..5a11401aa9f954580853d8b283bc7486beb64980 100644
(file)
--- 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