1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Added disk type definitions to mount_convertinfo.c and unistd_common_pathconf.c,

prompted by Thore Boeckelmann.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15187 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2008-04-16 07:38:10 +00:00
parent 7dcc410d0c
commit 6c50657673
4 changed files with 32 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: GNUmakefile.68k,v 1.105 2008-03-11 07:41:27 damato Exp $
# $Id: GNUmakefile.68k,v 1.106 2008-04-16 07:38:10 obarthel Exp $
#
# :ts=8
#
@ -29,7 +29,7 @@ ifneq ($(HOST), AmigaOS)
RANLIB = m68k-amigaos-ranlib
COPY = cp
DELETE = rm -rf
MAKEDIR = mkdir
MAKEDIR = mkdir -p
endif
##############################################################################