delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1997/09/29/06:00:54

Message-Id: <199709291000.GAA19129@delorie.com>
From: Oberhumer Markus <k3040e4 AT c210 DOT edvz DOT uni-linz DOT ac DOT at>
Subject: make 3.76.1 problems
To: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii)
Date: Mon, 29 Sep 1997 10:53:58 +0100 (MET)
Cc: djgpp-workers AT delorie DOT com (djgpp-workers)
Return-Read-To: markus DOT oberhumer AT jk DOT uni-linz DOT ac DOT at
Mime-Version: 1.0

# There are some major problems with the new make 3.76.1
# 
# Please try the makefile below (from Allegro).
# Then remove the space beetween 'badtarget' and ':'.
# Then try to make the PHONY target echo something.
# 
# Very strange.
#
# Markus


ifdef DJDIR
TARGET = djgpp
else
TARGET = linux
endif


ifeq ($(TARGET),djgpp)
else
ifeq ($(TARGET),linux)
else
.PHONY : badtarget
badtarget :
	@echo Error: target operating system not set properly. 
	@echo Fix the makefile, or run make djgpp or make linux.
endif
endif

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019