Fixed typo (thx to Antoine Jacoutot)
This commit is contained in:
parent
73fde83197
commit
1f3a52c6e1
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -7,7 +7,7 @@
|
||||||
# bill@newbreedsoftware.com
|
# bill@newbreedsoftware.com
|
||||||
# http://www.tuxpaint.org/
|
# http://www.tuxpaint.org/
|
||||||
|
|
||||||
# June 14, 2002 - July 3, 2007
|
# June 14, 2002 - July 4, 2007
|
||||||
|
|
||||||
|
|
||||||
# The version number, for release:
|
# The version number, for release:
|
||||||
|
|
@ -870,7 +870,7 @@ obj/postscript_print.o: src/postscript_print.c obj \
|
||||||
src/postscript_print.h src/debug.h
|
src/postscript_print.h src/debug.h
|
||||||
@echo
|
@echo
|
||||||
@echo "...Compiling PostScript print support..."
|
@echo "...Compiling PostScript print support..."
|
||||||
@$(CC) $(CFLGS) $(DEBUG_FLAGS) $(SDL_CFLAGS) $(DEFS) \
|
@$(CC) $(CFLAGS) $(DEBUG_FLAGS) $(SDL_CFLAGS) $(DEFS) \
|
||||||
-c src/postscript_print.c -o obj/postscript_print.o
|
-c src/postscript_print.c -o obj/postscript_print.o
|
||||||
|
|
||||||
obj/resource.o: visualc/resources.rc obj visualc/resource.h
|
obj/resource.o: visualc/resources.rc obj visualc/resource.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue