Makefiles without dependencies

Compile fixes...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-06-22 10:45:56 +00:00
parent 2df7be7f2c
commit 8bedcdce08
7 changed files with 16 additions and 2 deletions

View File

@@ -4,6 +4,9 @@
##
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.3
# no-dependencies
SUFFIXES = .cpp .c
DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)