From 0feea383662a53585b24bcbe77dc76b57fd1976c Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 26 Jan 2004 11:59:42 +0000 Subject: [PATCH] fixed typo avglcltree -> avglvltree git-svn-id: trunk@5105 - --- lcl/Makefile | 2 +- lcl/Makefile.fpc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lcl/Makefile b/lcl/Makefile index 0b369774b2..1d01d1a323 100644 --- a/lcl/Makefile +++ b/lcl/Makefile @@ -257,7 +257,7 @@ endif endif override TARGET_DIRS+=interfaces override TARGET_UNITS+=alllclunits -override TARGET_IMPLICITUNITS+=actnlist arrow avglcltree buttons calendar checklst clipbrd clistbox comctrls commctrl controls dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings filectrl fpcadds forms graphics graphmath graphtype grids imglist interfacebase lazlinkedlist lclintf lclproc lclmemmanager lclstrconsts lcltype lmessages lresources maskedit menus pairsplitter postscriptprinter printers spin stdctrls stringhashlist textstrings toolwin utrace vclglobals +override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar checklst clipbrd clistbox comctrls commctrl controls dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings filectrl fpcadds forms graphics graphmath graphtype grids imglist interfacebase lazlinkedlist lclintf lclproc lclmemmanager lclstrconsts lcltype lmessages lresources maskedit menus pairsplitter postscriptprinter printers spin stdctrls stringhashlist textstrings toolwin utrace vclglobals override TARGET_RSTS+=lclstrconsts override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT)) override INSTALL_BUILDUNIT=alllclunits diff --git a/lcl/Makefile.fpc b/lcl/Makefile.fpc index 894f0b0687..c401eaede0 100644 --- a/lcl/Makefile.fpc +++ b/lcl/Makefile.fpc @@ -13,7 +13,7 @@ units=alllclunits implicitunits= \ actnlist \ arrow \ - avglcltree \ + avglvltree \ buttons \ calendar \ checklst \