X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..d062e17fca1a1fc0b82b269da4a7ad271075ba2b:/samples/toolbar/Makefile.in?ds=inline

diff --git a/samples/toolbar/Makefile.in b/samples/toolbar/Makefile.in
index a558fb6744..30f2e9d1e1 100644
--- a/samples/toolbar/Makefile.in
+++ b/samples/toolbar/Makefile.in
@@ -1,13 +1,5 @@
-#
-# File:		makefile.unx
-# Author:	Julian Smart
-# Created:	1998
-# Updated:	
-# Copyright:	(c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for toolbar example (UNIX).
+# Purpose: makefile for toolbar example (UNIX).
+# Created: 2000-03-14
 
 top_srcdir = @top_srcdir@/..
 top_builddir = ../..
@@ -15,8 +7,9 @@ program_dir = samples/toolbar
 
 PROGRAM=toolbar
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
-
+-include $(DEPFILES)