summaryrefslogtreecommitdiffstats
path: root/gnustep-libs
diff options
context:
space:
mode:
authorJaka Kranjc2009-07-25 12:10:15 +0200
committerJaka Kranjc2009-07-25 12:11:04 +0200
commit46fee0537082a3a993dba71b82fbba451cfdde83 (patch)
tree740dad3231900752c25bdb89b60187795e5a09fb /gnustep-libs
parente6c87f69675fe210fef9ce5d4a0c8b847be5fb56 (diff)
gnustep-make: UP_TRIGGERS: added missing parameter #15317
Diffstat (limited to 'gnustep-libs')
-rw-r--r--gnustep-libs/gnustep-make/HISTORY3
-rwxr-xr-xgnustep-libs/gnustep-make/UP_TRIGGERS2
2 files changed, 4 insertions, 1 deletions
diff --git a/gnustep-libs/gnustep-make/HISTORY b/gnustep-libs/gnustep-make/HISTORY
index 39177e7c1a..9068a0d249 100644
--- a/gnustep-libs/gnustep-make/HISTORY
+++ b/gnustep-libs/gnustep-make/HISTORY
@@ -1,3 +1,6 @@
+2009-07-25 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * UP_TRIGGERS: added missing parameter #15317
+
2009-04-29 Arjan Bouter <abouter@sourcemage.org>
* DETAILS: updated to 2.0.8, use upstream key
diff --git a/gnustep-libs/gnustep-make/UP_TRIGGERS b/gnustep-libs/gnustep-make/UP_TRIGGERS
index 664a08f675..481bbb527c 100755
--- a/gnustep-libs/gnustep-make/UP_TRIGGERS
+++ b/gnustep-libs/gnustep-make/UP_TRIGGERS
@@ -10,5 +10,5 @@ then
message "compliant." &&
message "Going to recast gnustep base and dependants too." &&
message "${DEFAULT_COLOR}" &&
- up_trigger gnustep-base
+ up_trigger gnustep-base cast_self
fi