summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-02-17 14:48:35 +0000
committerOlivier Blin <oblin@mandriva.org>2005-02-17 14:48:35 +0000
commitc0f8eed27eba134ba8202058bd5a6c733b41de51 (patch)
tree444586c147ae47d9f7b40cb0dec5beaf224895ed /perl-install/Makefile
parent6cd740362e9dc2c4548374b8144f2b6335c0d33d (diff)
downloaddrakx-c0f8eed27eba134ba8202058bd5a6c733b41de51.tar
drakx-c0f8eed27eba134ba8202058bd5a6c733b41de51.tar.gz
drakx-c0f8eed27eba134ba8202058bd5a6c733b41de51.tar.bz2
drakx-c0f8eed27eba134ba8202058bd5a6c733b41de51.tar.xz
drakx-c0f8eed27eba134ba8202058bd5a6c733b41de51.zip
probe.c is located in c/
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 2a228826d..2d04e313a 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -52,7 +52,7 @@ localcopy: clean
rm -rf standalone/pixmaps
$(MAKE) -C ../tools clean || :
cd .. ; rm -rf $(PACKAGE)-$(PKGVERSION) ; cp -af perl-install $(PACKAGE)-$(PKGVERSION) ; cp -af $(OTHERS) $(PACKAGE)-$(PKGVERSION)
- cd .. ; rm -f $(PACKAGE)-$(PKGVERSION)/probe.c; cp -a mdk-stage1/{log.h,pcmcia_/{probe.c,*.h}} $(PACKAGE)-$(PKGVERSION)/c/
+ cd .. ; rm -f $(PACKAGE)-$(PKGVERSION)/c/probe.c; cp -a mdk-stage1/{log.h,pcmcia_/{probe.c,*.h}} $(PACKAGE)-$(PKGVERSION)/c/
cd
@make nuke_perl