Fixed typos in previous checkin.

This commit is contained in:
Steve McIntyre 2000-12-20 03:00:50 +00:00
parent 24ca43d57a
commit 97e9d9c83a
1 changed files with 2 additions and 2 deletions

View File

@ -447,7 +447,7 @@ $(SDIR)/sources-stamp:
fi ; \
if [ -n "$(LOCAL)" ]; then \
echo -n "local ... "; \
grep "/local/" $$i > $(SDIR)/$$.localn || true ; \
grep "/local/" $$i > $(SDIR)/$$.local || true ; \
if [ -s $(SDIR)/$$.local ] ; then \
if [ -n "$(LOCALDEBS)" ] ; then \
cat $(SDIR)/$$.local | xargs $(addfiles) \
@ -460,7 +460,7 @@ $(SDIR)/sources-stamp:
fi; \
if [ -n "$(NONUS)" ]; then \
echo -n "non-US ... "; \
grep "non-US/" $$i > $(SDIR)/$$.nonusn || true ; \
grep "non-US/" $$i > $(SDIR)/$$.nonus || true ; \
if [ -s $(SDIR)/$$.nonus ] ; then \
cat $(SDIR)/$$.nonus | xargs $(addfiles) $$dir $(NONUS); \
fi; \