|
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 | |
|---|
| 1 | TCLPKG= @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@ |
|---|
| 11 | SUBDIR= ${TCLPKG} port programs |
|---|
| 12 | |
|---|
| 13 | all:: |
|---|
| 14 | |
|---|
| 15 | distclean:: |
|---|
| 16 | rm -f config.h |
|---|
| 17 | rm -f Makefile |
|---|
| 18 | |
|---|
| 19 | test:: |
|---|
| 20 | |
|---|
| 21 | include ../Mk/macports.subdir.mk |
|---|