[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Rules.make in 1.3.54
- Subject: Rules.make in 1.3.54
- From: gt9900b at prism.gatech.edu (David Cleveland Haynes)
- Date: Sat, 24 Feb 1996 23:04:45 -0500 (EST)
To be more specific than my last post, here is th real problem:
When I try "make config" or ANY form of "make" actually, I get the
following error message:
make: Rules.make:13: missing separator. Stop.
Here is a copy of the first 20 lines of my Rules.make:
#
# This file contains rules which are shared between multiple Makefiles.
#
#
# False targets.
#
.PHONY: dummy
#
# Special variables which should not be exported
#
unexport EXTRA_ASFLAGS
unexport EXTRA_CFLAGS
unexport EXTRA_LDFLAGS
unexport EXTRA_ARFLAGS
unexport SUBDIRS
unexport SUB_DIRS
unexport ALL_SUB_DIRS
unexport MOD_SUB_DIRS