Makefile bugfixes.
This commit is contained in:
parent
e65e4799f9
commit
6ec0f04d3c
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -6,7 +6,7 @@
|
||||||
# bill@newbreedsoftware.com
|
# bill@newbreedsoftware.com
|
||||||
# http://www.newbreedsoftware.com/tuxpaint/
|
# http://www.newbreedsoftware.com/tuxpaint/
|
||||||
|
|
||||||
# June 14, 2002 - December 20, 2003
|
# June 14, 2002 - December 21, 2003
|
||||||
|
|
||||||
|
|
||||||
# Where to install things:
|
# Where to install things:
|
||||||
|
|
@ -554,7 +554,7 @@ tuxpaint: obj/tuxpaint.o obj/hqxx.o obj/hq4x.o $(ARCH_LIBS)
|
||||||
|
|
||||||
# Build the object for the program!
|
# Build the object for the program!
|
||||||
|
|
||||||
obj/tuxpaint.o: src/tuxpaint.c \
|
obj/tuxpaint.o: src/tuxpaint.c obj \
|
||||||
src/tools.h src/titles.h src/colors.h src/shapes.h \
|
src/tools.h src/titles.h src/colors.h src/shapes.h \
|
||||||
src/magic.h src/sounds.h src/tip_tux.h src/great.h \
|
src/magic.h src/sounds.h src/tip_tux.h src/great.h \
|
||||||
src/hqxx.h src/hq4x.h \
|
src/hqxx.h src/hq4x.h \
|
||||||
|
|
@ -696,7 +696,7 @@ trans/is.mo: src/messages/is.po
|
||||||
|
|
||||||
trans/it.mo: src/messages/it.po
|
trans/it.mo: src/messages/it.po
|
||||||
@echo " it_IT ...Italian..."
|
@echo " it_IT ...Italian..."
|
||||||
@msgfmt src/messages/it.po -o trans/it.m
|
@msgfmt src/messages/it.po -o trans/it.mo
|
||||||
|
|
||||||
trans/ja.mo: src/messages/ja.po
|
trans/ja.mo: src/messages/ja.po
|
||||||
@echo " ja_JP ...Japanese..."
|
@echo " ja_JP ...Japanese..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue