Skip to content
Snippets Groups Projects
Commit ed466294 authored by Per Hedbor's avatar Per Hedbor
Browse files

Fixed makefile

Rev: src/post_modules/GTK/Makefile.in:1.6
parent 3ca5e350
No related branches found
No related tags found
No related merge requests found
...@@ -25,12 +25,10 @@ override: sources@WITH_GTK@ ...@@ -25,12 +25,10 @@ override: sources@WITH_GTK@
@dynamic_module_makefile@ @dynamic_module_makefile@
QMAKE=$(RUNPIKE) $(SRCDIR)/make.pike $(MAKE)
sources1: sources1:
$(RUNPIKE) $(SRCDIR)/make_sources.pike $(SRCDIR)/source $(RUNPIKE) $(SRCDIR)/make_sources.pike $(SRCDIR)/source
$(RUNPIKE) $(SRCDIR)/build_pgtk.pike $(SRCDIR) $(RUNPIKE) $(SRCDIR)/build_pgtk.pike $(SRCDIR)
$(QMAKE) $(MAKEFLAGS) "OBJS=`cat files_to_compile`" all $(MAKE) CFLAGS="`echo $(CFLAGS) | sed -e 's/-g//g'`" "OBJS=`cat files_to_compile`" all
sources0: sources0:
echo Pike-GTK disabled. echo Pike-GTK disabled.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment