Skip to content

Commit

Permalink
Makefile: Fix .update -> .ini rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed Dec 1, 2011
1 parent ea00e49 commit 7ac293d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion r2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ clean_i18n:
rm -f $(RAND_STRINGS_FILE)

#################### ini files
INIFILES := $(wildcard *.update)
UPDATE_FILES := $(wildcard *.update)
INIFILES := $(UPDATE_FILES:.update=.ini)

ini: $(INIFILES)

Expand Down

0 comments on commit 7ac293d

Please sign in to comment.