mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
fix for building irssi from different directory
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@17 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5dfdcfd9ba
commit
05f535d241
@ -1,8 +1,8 @@
|
|||||||
# create default-config.h
|
# create default-config.h
|
||||||
config.h: default-config.h
|
config.h: default-config.h
|
||||||
|
|
||||||
default-config.h: config
|
default-config.h: $(srcdir)/config
|
||||||
./file2header.sh config > default-config.h
|
$(srcdir)/file2header.sh $(srcdir)/config > default-config.h
|
||||||
|
|
||||||
## if <internationalization support>
|
## if <internationalization support>
|
||||||
#SUBDIRS = po intl macros support # <your subdirs here>
|
#SUBDIRS = po intl macros support # <your subdirs here>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user