Changeset 5908 for branches/1.5/gui/Makefile.in
- Timestamp:
- Oct 9, 2015, 2:20:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/gui/Makefile.in
r3471 r5908 14 14 MKDIR_P = @MKDIR_P@ 15 15 VPATH = $(srcdir) 16 TCLSH = @TCLSH@16 TCLSH = ${bindir}/tclsh 17 17 18 18 PACKAGE_VERSION = @PACKAGE_VERSION@ … … 26 26 pkgIndex.tcl 27 27 28 SUBDIRS = s rc scripts apps28 SUBDIRS = scripts 29 29 30 30 .PHONY: all install test clean distclean $(SUBDIRS)
Note: See TracChangeset
for help on using the changeset viewer.