]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/printing/makefile.unx
fixed OSX bundles bkl code to handle conditional targets correctly
[wxWidgets.git] / samples / html / printing / makefile.unx
index 9bd2d1d1dbeeeefa3817972308d514ec52440227..f832cbdc37575ad7a04783ded45ca6c3324c100c 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.2 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.3 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -98,7 +98,7 @@ test_for_selected_wxbuild:
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 htmlprinting: $(HTMLPRINTING_OBJECTS)
-       $(CXX) -o $@ $(HTMLPRINTING_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs html,core,base`
+       $(CXX) -o $@ $(HTMLPRINTING_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs html,core,base`
 
 htmlprinting_printing.o: ./printing.cpp
        $(CXX) -c -o $@ $(HTMLPRINTING_CXXFLAGS) $(CPPDEPS) $<