This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
makefile:8: *** missing separator. Stop.
- To: gcc at gcc dot gnu dot org
- Subject: makefile:8: *** missing separator. Stop.
- From: "Bänninger, Dominik" <dominik dot baenninger at ito dot umnw dot ethz dot ch>
- Date: Fri, 16 Feb 2001 13:35:33 +0100
- Organization: baenninger
- Reply-To: "Bänninger, Dominik" <baenninger at ito dot umnw dot ethz dot ch>
Hi everybody
I tried to write the easy makefile
1: #
2: # DBstd.a
3: # -----------
4: # by Dominik Baenninger, Februar 2001
5:
6:
7: test: DBcomplx.o
8: gcc -o test DBcomplx.o
When I call the make command I'got always the error message
makefile:8: *** missing separator. Stop.
What do I wrong? Can anybody help me?
With best regards
Dominik