summaryrefslogtreecommitdiff
path: root/meta-pkgs/kde3/Makefile.foo_main
blob: efb9b101602b0eaacca8580e025977b45311e53f (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: Makefile.foo_main,v 1.1.1.1 2003/07/30 12:55:41 markd Exp $
#
# This Makefile fragment is included in a KDE package Makefile to
# create foo_main.cpp files needed to fix the linking modules into
# binaries/libraries problem that affects a.out platforms.

post-patch:
	@for f in ${FOO_MAIN_FILES}; do \
		${LN} -s ${.CURDIR}/../../meta-pkgs/kde3/files/foo_main.cpp \
		    ${WRKSRC}/$${f}; \
	done