diff --git a/samples/text/makefile.b32 b/samples/text/makefile.b32 index 8accc1bcfd..df9a96af75 100644 --- a/samples/text/makefile.b32 +++ b/samples/text/makefile.b32 @@ -9,7 +9,7 @@ WXDIR = $(WXWIN) -TARGET=controls +TARGET=text OBJECTS = $(TARGET).obj !include $(WXDIR)\src\makeprog.b32 diff --git a/samples/text/makefile.bcc b/samples/text/makefile.bcc index 400c6539d2..2577cf9245 100644 --- a/samples/text/makefile.bcc +++ b/samples/text/makefile.bcc @@ -12,7 +12,7 @@ WXDIR = $(WXWIN) -TARGET=controls +TARGET=text OBJECTS=$(TARGET).obj !include $(WXDIR)\src\makeprog.bcc