X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: Problem with copy command in Makefile Date: Fri, 28 May 2004 10:54:46 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem with copy command in Makefile Thread-Index: AcREw7cUhPFHyDOvQaiKSw7MaPBjFg== From: "John Bond" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i4SEt87L029590 Reply-To: djgpp AT delorie DOT com Background: I am trying to compile pthreads version 3.14 under DJGPP. I chose the Makefile.DOS and renamed to Makefile. I have fixed some issues with hacks, but this one has me stumped: The production below creates the file "config_i.h" instead of "config_internals.h", DOS 8.3 issue... config_header2: config_header.c Makefile copy $(PINC)\config.h config_internals.h $(CC) $(INC1) $(INC2) $(CCFLAGS) -DINTERNALS -o $@ $< del config_internals.h Versions: OS Win2K serv pack 4 djdev203 gcc333b.zip mak3791b.zip bnu214b.zip fil41b.zip (other versions available upon request) John Bond, jbond\ at \ai-logix.com Principle Software Test Engineer Ai-Logix, Inc. 580 Howard Ave. Somerset, NJ 08873 Office: 732-469-0880 Ext.128 Fax: 732-469-2298 www.ai-logix.com What's inside matters