11 lines
408 B
Text
11 lines
408 B
Text
# $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
|