dtlogin: openbsd build fix
Amend ced27aa1f6 to prevent openbsd
make from failing because of the tab.
This commit is contained in:
committed by
Jon Trulson
parent
542fce33d4
commit
4aedbf2796
@@ -243,7 +243,7 @@ INCLUDES = -I$(XPROJECTROOT)/include/freetype2
|
||||
#elif defined (LinuxArchitecture)
|
||||
DEFINES = $(DTDEFINES) -DXDMCP
|
||||
#elif defined (OpenBSDArchitecture)
|
||||
DEFINES = $(DTDEFINES) -DXDMCP
|
||||
DEFINES = $(DTDEFINES) -DXDMCP
|
||||
#elif defined (FreeBSDArchitecture)
|
||||
DEFINES = $(DTDEFINES) -DXDMCP
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user