Well I finally managed to solve my problem
I changed this
%.o: %.cpp %.h
$(CC) $(DEFINED)
-c $(INCLUDES) $< -o $@
to this
%.o: %.cpp
$(CC) $(DEFINED)
-c $(INCLUDES) $< -o $@
The %.h dependency made automake search for the .h files
in the current directory... Although this w
Am Mon, 2003-02-17 um 15.03 schrieb Jean-Guillaume Paradis (LMC):
> Well I finally managed to solve my problem
>
> I changed this
> %.o: %.cpp %.h
> $(CC) $(DEFINED) -c $(INCLUDES) $< -o $@
>
> to this
> %.o: %.cpp
> $(CC) $(DEFINED) -c $(INCLUDES) $< -o $@
>
I'd recommen
"Dr. David Kirkby" <[EMAIL PROTECTED]> writes:
> SunOs 4.1.4
Sun has been withdrawing support for that OS. Since September 2000
Sun has not issued patches for new bugs in that operating system. On
September 30, Sun will further transition SunOS 4.1.4 to "custom
quote" level, which means you wil