Browse Source

dtlogin: openbsd build fix

Amend ced27aa1f69a7c41bdf67f8d39f786899947aa26 to prevent openbsd
make from failing because of the tab.
Pascal de Bruijn 7 years ago
parent
commit
4aedbf2796
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cde/programs/dtlogin/Imakefile

+ 1 - 1
cde/programs/dtlogin/Imakefile

@@ -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