View Single Post
  #9  
Old 09-30-2018, 22:49
rcer rcer is offline
Friend
 
Join Date: Dec 2008
Posts: 163
Rept. Given: 5
Rept. Rcvd 9 Times in 8 Posts
Thanks Given: 4
Thanks Rcvd at 24 Times in 20 Posts
rcer Reputation: 9
adding vendor_hostid.obj : ..\machind\vendor_hostid.c
$(CC) $(CFLAGS) $(INCS) /c ..\machind\vendor_hostid.c

before $(DAEMON) section: gives me a makefile(109) : fatal error U1033: syntax error : 'vendor_hostid.obj' unexpected

adding vendor_hostid.obj : ..\machind\vendor_hostid.c
$(CC) $(CFLAGS) $(INCS) /c ..\machind\vendor_hostid.c

after $(DAEMON) section: gives me a fatal error U1034: syntax error : separator missing.

changing vendor_hostid.obj : .. to vendor_hostid.obj: .. gives the same syntax error

Last edited by rcer; 09-30-2018 at 22:54.
Reply With Quote