Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/base/src/Makefile.in

Revision 44763, 322 bytes (checked in by raimue@…, 5 days ago)

src/Makefile.in:
Forgot to remove @PATHCONF@ from Makefile.in, addition to r44261

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1TCLPKG=         @OUR_INCLUDED_PACKAGES@ \
2                        cregistry \
3                        macports1.0 \
4                        port1.0 \
5                        package1.0 \
6                        pextlib1.0 \
7                        registry1.0 \
8                        registry2.0 \
9                        darwintracelib1.0 \
10                        @CONDITIONAL_PACKAGES@
11SUBDIR=         ${TCLPKG} port programs
12
13all::
14
15distclean::
16        rm -f config.h
17        rm -f Makefile
18
19test::
20
21include ../Mk/macports.subdir.mk
Note: See TracBrowser for help on using the browser.