diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-07-02 14:44:37 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-07-02 14:44:37 +0000 |
commit | ad5a63fe9396219f88b25d62a50a1bc7fb7f0c96 (patch) | |
tree | 546f9b6648779b80294648e022afb35e940fb61b /Makefile.micro | |
parent | 8577d3ae96899bac4092bfa95d3d1591dde1dbd3 (diff) | |
download | perl-ad5a63fe9396219f88b25d62a50a1bc7fb7f0c96.tar.gz |
More microperl tweaks.
p4raw-id: //depot/perl@23027
Diffstat (limited to 'Makefile.micro')
-rw-r--r-- | Makefile.micro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.micro b/Makefile.micro index b509448aeb..735215ba28 100644 --- a/Makefile.micro +++ b/Makefile.micro @@ -33,11 +33,10 @@ clean: -rm -f $(O) microperl distclean: clean - -rm -f uconfig.h # The microconfiguration. -uconfig.h: uconfig.sh config_h.SH +regen_uconfig: $(ENV) CONFIG_SH=uconfig.sh CONFIG_H=uconfig.h sh ./config_h.SH # Do not regenerate perly.c and perly.h. |