bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

commands commence before first target?


From: karl
Subject: commands commence before first target?
Date: Wed, 15 Nov 2000 20:19:59 -0500 (EST)

Make 3.79, solaris 2.7.

I run make -n on the following Makefile (which is just a long variable
assignment).

Get following error:
Makefile:25: *** commands commence before first target.  Stop.

Removing a single space from the beginning of the line with
changingprivacy.html makes the error go away, I then get the correct
make: Nothing to be done for `default'.

There is no trailing whitespace on any of the continuation lines.

Thanks,
address@hidden


HELP_FILES = \
             accountinfo.html \
             addingdirs.html \
             addingimages.html \
             addinglinks.html \
             adminemailnote.html \
             alreadyhavedomain.html \
             announcingsite.html \
             billinginfo.html \
             cancelpaying.html \
             cancelpreaugust.html \
             cancelsite.html \
             canceltrial.html \
             caniftp.html \
             canigetnetorg.html \
             capitalletters.html \
             changebackground.html \
             changeimage.html \
             changingdomain.html \
             changingdomainfaq.html \
             changingimages.html \
             changingindustry.html \
             changingpassword.html \
             changingprivacy.html \
             changingtemplate.html \
             changingtext.html \
             choosingdomain.html \
             choosingkeywords.html \
             contactinfo.html \
             convertingsites.html \
             cookiedef.html \
             cost.html \
             customizesite.html \
             datasecure.html \
             deletingelements.html \
             domaindef.html \
             domainextensions.html \
             domainnote.html \
             editing.html \
             editnopublish.html \
             editstart.html \
             editstep.html \
             enteringacctinfo.html \
             eudora.html \
             faq.html \
             finishingedits.html \
             forgetpassword.html \
             forwarddef.html \
             gbsearch.html \
             glossary.html \
             hostdef.html \
             imageformats.html \
             imageschanged.html \
             infosupport.html \
             internetlogin.html \
             loggingin.html \
             managing.html \
             managingemail.html \
             multisites.html \
             nametaken.html \
             netscape.html \
             noportfoliopage.html \
             noproductspage.html \
             outlook.html \
             passwordguidelines.html \
             paymentmgmt.html \
             performanceenhancements.html \
             permissions.html \
             previewnotfinish.html \
             promotesite.html \
             quickbooksnote.html \
             receivingemail.html \
             replacingimages.html \
             reporttechissue.html \
             schome.html \
             searchdirectory.html \
             searchenginediff.html \
             searchengines.html \
             sendingemail.html \
             servicesnavigation.html \
             sitecenter.html \
             sitedef.html \
             specialoffers.html \
             ss-help.css \
             ss-help.html \
             supportedbrowsers.html \
             switchboard.html \
             systemrequirements.html \
             termsnote.html \
             tipsandtricks.html \
             transferdomain.html \
             transferpaying.html \
             transfersite.html \
             transfertrial.html \
             trialvspaid.html \
             updatinginfo.html \
             urldef.html \
             useexisting.html \
             viewingalerts.html \
             viewingguestbook.html \
             viewingsite.html \
             welcome.html \
             whatisMCWS.html \
             whatnext.html \
             whenviewable.html \
             whoowns.html \
             workingoffline.html \
             yahooautomatic.html \
             yahoosubmission.html \

default::




reply via email to

[Prev in Thread] Current Thread [Next in Thread]